home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / magic15b / manual.arc / C9.MAG < prev    next >
Encoding:
Text File  |  1989-05-23  |  23.1 KB  |  62 lines

  1.  
  2.     This file is a special BLACK MAGIC Hypertext document.  To read me
  3. obtain MAGREAD.ARC from a local bulletin board, free of charge, or
  4. send $7 to: 
  5.  
  6.     NTERGAID
  7.     2490 BLACK ROCK TPK SUITE 337
  8.     FAIRFIELD, CT 06840
  9.  
  10. to receive, a disk copy of MAGREAD.ARC.
  11. You'll also get some of the latest documents written with BLACK MAGIC.
  12.  
  13.             Thank You
  14.             NTERGAID, Inc.
  15.            //////////////////////O////////////////////
  16. F
  17. F////////////////////OO////////////////////OO////////////////////$NO////////////////////%    NM////////////////////.NO/////////////////////NM////////////////////7    OO////////////////////@    OO////////////////////I
  18. OO////////////////////SNO////////////////////TNM////////////////////Y
  19. FF////////////////////\OO////////////////////sNO////////////////////tNM////////////////////z22////////////////////{OO////////////////////~ NN////////////////////éOO////////////////////ÖNO////////////////////ÜNM////////////////////₧NO////////////////////ƒNM////////////////////úNO////////////////////ñNM////////////////////¿NO////////////////////⌐NM////////////////////¼NO////////////////////¡NM////////////////////»NO////////////////////░NM////////////////////│////////////////////┤////////////////////╡////////////////////╢////////////////////╖ NN////////////////////╕InformationExha          
  20.     ┌──────────┐   ┌──────────┐   ┌──────────┐   ┌──────────┐     ┌──────────┐ │  "HELP  │   │      #NEXT  │   │$    PREVIOUS│   │%CONTENTS│     │  &QUIT  │ └──────────┘   └──────────┘   └──────────┘   └──────────┘     └──────────┘  Chapter 9.                        Document Integration Writing and Editing Hypertext ...            UnMagic                                                   UsesforHypertext  Writing a hypertext document is not like conventionalwriting, it is more akin 
  21. to building a document as opposedto writing a document. It is not an easy 
  22. process, but itgives results that far outshine conventional writing.       Building vs. Writing      Audience      Appropriate Structure          Whose Word Processor ?  DocumentAssembly Editing Hypertext     Search and Replace  The building aspect of hypertext creation comes from both having to know and juggle the different types of links, and from having to know where you are in a document (reference link, replacement link, etc). Despite this, hypertext documents tend to be different combinations of all the types of links, because at least in our experience, working with all the types of links in one document tends to give the best results.           Audience The first aspect of creating a hypertext document thatneeds to be considered 
  23. is that of the intended Audience foryour document.  Is the person who is 
  24. goingto be readingthe document a computer novice, a technical professional, or somewhere in between ?  Knowing the intended audiencefor your document is 
  25. very important as it will affect theoverall structure of the document.  For example, would you turn over to a novice a "megadocument"  consisting of 
  26. dozens of different sections allinterconnected by a vast web of reference links ?  Obviously the answer is no you wouldn't;unless that 
  27. document was specifically designed for anovice.  Typically any novice could 
  28. easily get lost in adocument of that scope.          AppropriateStructure This brings up the issue of appropriate structure. Thissimply means that the 
  29. overall organization and structure toa document must be appropriate to both 
  30. the audience and thedocument's purpose.  In some situations the appropriate structure may bebasically a linear 
  31. documentthat only uses hypertext tointegrate graphics and text.  If this is 
  32. the appropriatestructure then so be it.  A hypertext document need not use all of the abilities of hypertext.  Structure Planning  A Caution  StructurePlanning Once the audience is decided on, the structure must beplanned.  To facilitate this we recommend that some sort ofdiagram or drawing of the overall structurebe made, evenjust a mental visualization of it may be all that is necessary.  Perhaps even a flow chart will work.  Thisdiagram will help you flesh out your ideas as to exactlyhow the document should be constructed.  As the structure of the document will be essentially definedby reference links, it is important to think about how theywill be constructed and interrelated. For example, when wecreated the hypertext version of this manual, we faced a real quandary as to whether or not  tocreate a document that would show off hypertext to itsfullest  or to create a simple basic document that allcould understand. What we ended up doing was taking a middle of the road approach, neither  too complex nor toosimple.  Once the audience has been determined, the structureplanned, and the structurediagrammed, then it is time tostart writing.  ACaution One cautionary note that I can give you is that onceyou have defineda structure and diagrammed it, try tostick with it.  In any hypertext document the urge to makelots of links is very strong and you can end up making a document little more than a snarled mass of links. Hypertext is non-linear - the way that all of us think, butfew of us are used to writing in a non-linear fashion.  Thisis the primary hurdle to overcome in using hypertext, themental re-adjustment.  Once you have readjusted to writingin a true non-linear fashion then you should disregard this advice.  Until then it can help you with your initialhypertext documents.          Some of you may feel that this advice is very cautious - itis.  Those who feel that they don't need don't have to take it,however it is a solid and conservative approach tohypertext document creation that will work.               WhoseWordProcessor? As far as the practical aspects of creating a hypertextdocument go, the first 
  33. question to answer for yourself iswhat word processor will you use to create 
  34. the text for thedocument.  If you are using the word processor built into Black Magic, then you may skip the rest of this paragraph.If you decide to 
  35. use another word processor then please readon.  When using another word 
  36. processor, several problems canarise with the files. File Management  The problems that arise with the files are those ofmanagement.  For example 
  37. ifyou have a document composed ofprimarily reference links then each one of 
  38. those links willbe in its own file.  Even by giving each file a unique name, it would be difficult to know where each section inthe document should 
  39. go.  One answer to this is to use thediagram you created for your document. 
  40. Bywriting thefilename for each section onto the diagram, the document can be assembled much more easily.                 
  41. Where Do The Links Go?            WhereDoTheLinksGo?  The other practical aspect to creating a hypertextdocument in another word processor is how to know where thelinks should be made.  One way to indicate where the linksare to go is through a coding scheme embedded in the text. This scheme  would use a recognition code to indicate wherethe link would be in the document.  This scheme could be as simple as follows:       @Note Link = "Text"      @Reference Link = "Text"      @Replacement Link = "Text"  The above codes will tend to be unique due to the use of the "@" sign. This makes it easy to search out the areas where links should be. The "Text" indicates the text that would become the Link Originator for the note link. While more of the above codes would be needed (for graphics), the above example shows how a coding scheme might work.  Once the text from the word processor is in Black Magic, then by using the search functions you could find all the codes and make the links.  This coding technique can make using another word processor a definite option for creating hypertext.          DocumentAssembly  Assembling the graphics and the text into a finishedhypertext document is the final step to creating a hypertextdocument.  If you can, the most efficient way to do this tohave all the files created and stored to disk so that they can be imported into Black Magic all at once.  This willminimize the amountofswitching back and forth betweenapplications that is required, making the process moreefficient.  The best fashion to create a finished documentfrom a quantity of files is to import the documents's firstfile, forge the first linkthat will require another file,import that file, and continue in this fashion until thedocument is complete.         Integration  The final aspect that remains to be considered in anyhypertext  document is that ofIntegration.By integration we mean not only does thetext flow 
  42. smoothly from section tosection, but is thedocument globally integrated unto 
  43. itself..   QuestionsToAskYourself  This is the final step to creating hypertext, to decide ifwhat you have done 
  44. is an integrated hypertext document, andif not how to change it so that it
  45. is. QuestionsToAskYourself  ∙Do all the text and graphics flow together, or are they awkward and seemmerelyplacedtherenotatruepartofthe document?  ∙Do the graphics seem to serve a purpose that relates to andflows withthetext?  ∙Does the structure of the links fit in with the documentconsidering theaudienceandstyleofthedocument?  ∙Most importantly, is the Document esthetically Pleasing ?   My definitions of aesthetically are too long togo into here.  Contact me via NTERGAID or Bix (s.johnson) for anelaboration.  I won't bother to go into it here because manypeople I have 
  46. mentioned it to have intuitivelyseemed to know what I mean - even it 
  47. theythemselves can't vocalize it.          EditingHypertext  Editing a hypertext document is similar to editing any otherdocument with one exception.  This exception arises whenediting 'Link Originators, which is covered below.  Thematerial is any Link End can be edited in normal fashion andall the regular editing tools apply.  To edit the materialin any Link End merely move the cursor to that Link End andedit the text that is there. Editing The Link Originator          UnMagic  UnMagic is used in the following fashion.  Place the cursorbetween the symbolsthat surround the link you wish toeliminate.  Now press <Ctrl> <F4>. Black Magic will promptyou as to whether or not the link is to be eliminated. Depending on your answer, Black Magic will eliminate thelink in the following fashion.  Note Links and Replacement Links  When Note Links and Replacement Links are eliminated,the Link End is deletedthus losing any informationcontained within the link end.  Reference Links  When a Reference Link is eliminated, the means of traversingfrom the Link Originator to the Link End is deleted, but thecontents of the Link End are not deleted.  They are insteadstored for future use on the assumption that youwill wishto reconnect them to a Link Originator.  In order to relink a UnMagic Reference link End, mark theLink Originator as a Block block, by pressing <Shift> <ArrowKey>  Make it a reference LinkbyPressing <F3>,    Answer 'Y' to the Point Mode Query    Press <Ctrl><F2>  Now with the map displayed on screen, press <Tab>.  Thispulls up a display of the various links that have beendeleted.  If more than one reference link has been deleted,pressing the <UpArrow> & <DownArrow> will scroll through alist of the deleted links displaying a portion of all ofthem.  Once you know which of the deleted links you wish to linkto, Display it on screen in the:     "Un-Magic Reference Link Text View" Window  And Press <F1>.  This will put you (the cursor) in thatlink.  Now simply go to the spot that you wish to link toand mark it as a block and press <Esc> (as you would for a point mode link).  This will reconnect the Link End into thedocument and remove it from the list of deleted links.   Deleting Links Ultimately  As you can probably imagine, if Black Magic storesevery deleted Reference Link, there must be a way toeliminate them from this list.  To eliminate a link from the list of other "deleted" links,simply display the Link you wish to eliminate and press<Del>.  Black Magic will then prompt you as to whether ornot you wish to delete this link.  By answering "Y", Black Magic will delete the link.             NOTE - This is FINAL and IRREVOCABLE.  Use it with care.   EditingTheLinkOriginator  The only aspect of hypertext that requires care inediting is the Link Originator.  The Link Originator isdisplayed on screen as the text that is surrounded byhypertext symbols.  If you wish to change the text that is serving as the LinkOriginator, move the cursor between the symbols and editwhat is there.  When you are doing this, make sure that youare in INSert mode (a "Ins" shows on the command line) sothat you do not eliminate the hypertext markers.  These markers cannot be eliminated except through the use of"UnMagic" (<Ctrl> <F4>).           Links cannot be eliminated except through the use of UnMagic.   NEVERsimplydeletealinkwiththedeletekey.            SearchandReplace                        MoreOnSearch&Replace Given hypertext and its global branching multi level type ofstructure, you might wonder how search and replace functionsin this environment. Search and Replace is limited toeitherthecurrent text streamortheentiredocument.
  48.  Thecurrenttextstream isany area that can be accessed only through the use
  49. of the cursor keys.  Forexample, when creating a Note linkonly the contents of the Note window 
  50. itselfcan be accessedthrough the arrow keys therefore the current text 
  51. stream isthe contents of the Note link. Or phrased another way Searchand 
  52. Replace canbelimited to functioning only inside a singlelink not across 
  53. links.          Uses  Given the fact that we have spent the past sixty pages or sotalking about 
  54. hypertext, and its capabilities, and virtuallynothing about what to use 
  55. hypertext for, it is now time todiscuss that subject.   The uses for 
  56. hypertextare limitedsolely by your imagination.  Sure I bet you've heard 
  57. thatbefore, its what nearly every program says, but in this case it is true.      InformationExhange       DisktopPublishing       Reports            DesktopPresentations       GroupWriting        !EducationalApplications  Overall  we feel that these uses for hypertext representmerely the tip of the 
  58. iceberg as far as the applications forhypertext go.  They are limited only by 
  59. your imagination.                            Hypertext can be used to create a new means for information distribution.  Due to the reader programs being public domain reader,  documents can be created and then distributed freely.  This allows a new way to exchange information that is not limited by royalties, graphics standards, or ultimately even computer brands as there will be versions of the reader programs for every major personal computer.  The availability of public domain reader programs could even breed a completely new computer application called Disk Top publishing.  Just as the term Desk Top publishing refers to the using a computer to generate published works on paper, the term Disk Top publishing refers to publishing on Disk. As we are particularly in seeing these sort of applications for Black Magic flourish, we at NTERGAID would be more than happy to help in any way we can.  Other uses for hypertext can include interactive sales reports that include graphics.  These reports could be created by whoever has a copy of Black Magic, and then the reader programs could be used to handle distribution of these reports within a company.  This type of distribution can be considerably cheaper than conventional techniques as it bypasses the medium of paper and related printing costs entirely.  Additional uses of hypertext could include group writing efforts.  By using Note links and Replacement links, non destructive modifications can be made to any document and then the  agreed upon modifications can be made at once. Another use for hypertext can include any type of presentation document.  An exceptional use for hypertext is in the creation of educational applications.  The interactive nature of hypertext can create training documents that are suited to all readers from the most advanced to the novice. This can create educational documents that are unsurpassed. Overall  we feel that these uses for hypertext represent merely the tip of the iceberg as far as the applications for hypertext go.  They are limited only by your imagination.     Hypertext can be used to create a new means forinformation distribution.Due to the reader programs beingpublic domain,  documents can be created andthendistributed freely.  This allows a new way to exchangeinformation that is not limited by royalties, graphicsstandards, or ultimatelyevencomputer brands as there maybe versions of the reader programs for every major personalcomputer.   The availability of public domain reader programscould even breed a completelynew computer applicationcalled Disk Top publishing.  Just as the term Desk Toppublishing refers to the using a computer to generate published works on paper, the term Disk Top publishingrefers to publishing on Disk. As we are particularly inseeing these sort of applications for Black Magic flourish,we at NTERGAID would be more than happy to help in anyway we can.   Other uses for hypertext can include interactive salesreports that include graphics.  These reports could becreated by whoever has a copy of Black Magic,and then thereader programs could be used to handle distribution of these reports within a company.  This type of distributioncan be considerably cheaper than conventional techniques asit bypasses the medium of paper and related printing costsentirely.   Desktop Presentations are a growing area of interestthese days. Hypertext Software like Black Magic, can beused to prepare interactive 
  60. presentations that unlike most,will involve the Reader.  By giving the 
  61. readerthe ability to roam at will within your presentation, the interest 
  62. levelwillbe heightenedand the effectiveness of thepresentation increased.    Additional uses of hypertext could include groupwriting efforts. Byusing Note links and Replacementlinks, non destructive modifications can be madetoanydocument and then the  agreed upon modifications can be made at once.  An exceptional use for hypertext is in the creation ofeducational applications.  The interactive nature ofhypertext can create training documents that are suited toall readers from the most advanced to the novice. This cancreate educational documents that are unsurpassed.  HELP      C10      C8      , CONTENTSk cls C7      (